-
Notifications
You must be signed in to change notification settings - Fork 0
Add port of prepare_deploy_cfg.py #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Next will add a cli command that runs it
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
============================================
+ Coverage 71.80% 72.16% +0.35%
- Complexity 691 705 +14
============================================
Files 46 47 +1
Lines 3721 3768 +47
Branches 657 664 +7
============================================
+ Hits 2672 2719 +47
Misses 815 815
Partials 234 234 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Tests require it. Not sure whether it's actually used or not, so safe side for now
UJS no longer exists the njs_wrapper endpoint doesn't exist either, but not sure if that's used to pass the ee2 url
| shockUrl = getConfigUrl(props, "shock_url", endPoint, "shock-api"); | ||
| handleUrl = getConfigUrl(props, "handle_url", endPoint, "handle_service"); | ||
| srvWizUrl = getConfigUrl(props, "srv_wiz_url", endPoint, "service_wizard"); | ||
| // not sure if this is still used for the ee2 url or not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yikes. I hope not!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But, sure, leave it in for now. Do we need to do some kind of audit to find out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's harmful to leave it for now. I'm not planning to do anything unless it becomes an issue
| // for now. We might want to be more stringent about the input vs. silently accepting | ||
| // whatever. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Next will add a cli command that runs it